Skip to content

Development#202

Merged
aaronparker merged 18 commits into
mainfrom
development
Nov 27, 2025
Merged

Development#202
aaronparker merged 18 commits into
mainfrom
development

Conversation

@aaronparker

Copy link
Copy Markdown
Collaborator

aaronparker and others added 17 commits October 8, 2025 16:16
Deleted an Exit statement following a throw in the PowerShell Core check, as it was unreachable code.
Renamed Visual C++ Redistributable for Visual Studio 2022 entries to Microsoft Visual C++ v14 Redistributable for x64, x86, and Arm64. Updated their download URIs to use the aka.ms/vc14 links.
Introduces a step to pull the latest changes from the development branch in the update-manifest GitHub Actions workflow, ensuring the workflow operates on the most recent code.
Replaces all Write-Host statements with Write-Information for improved logging practices and better output control. Also sets error, information, and progress preferences at script start for consistent behavior.
Updated all GitHub Actions workflow steps to use 'pwsh' instead of 'powershell' for improved compatibility and consistency with PowerShell Core. This affects update-manifest.yml, update-module.yml, and validate-module.yml.
Bumped the version and product codes for Microsoft Visual C++ v14 Redistributable (x64 and x86) to 14.50.35719.0 in VisualCRedistributables.json to reflect the latest release.
Standardizes the release identifier for Visual C++ Redistributable 2022 to '14' in all scripts, tests, and manifest files. This improves consistency and aligns with the versioning used in the manifest JSON and related automation.
Changed the expected output in the Get-VcList test to match the new naming convention for Visual C++ v14 Redistributable, supporting Arm64, x64, and x86 architectures.
The GitHub Actions workflow now triggers on changes in the tests directory. The Get-VcList test assertion is relaxed to use -BeLike instead of -BeLikeExactly for better flexibility.
Changed the shell from 'pwsh' to 'powershell' in the validate-module workflow to ensure compatibility with the environment.
Enhanced the 'Release' property extraction to handle cases where the display name matches 'v<digits>' in addition to the previous year-based pattern. This improves detection of release versions from software display names.
Replaces the vcredist.png image with a new version and adds a new Microsoft-VisualStudio2026.png icon to the img directory.
@github-actions

github-actions Bot commented Nov 27, 2025

Copy link
Copy Markdown

Test Results

  1 files  106 suites   3m 8s ⏱️
300 tests 293 ✅ 4 💤 3 ❌
305 runs  295 ✅ 7 💤 3 ❌

For more details on these failures, see this check.

Results for commit b8e1667.

♻️ This comment has been updated with latest results.

@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

The Codecov upload step in the GitHub Actions workflow and the test context for importing VcRedists into a target tenant have been commented out. This may be to temporarily disable coverage reporting and tenant import tests, possibly due to issues with authentication or external dependencies.
@aaronparker aaronparker merged commit 94c6874 into main Nov 27, 2025
6 of 9 checks passed
@aaronparker aaronparker deleted the development branch November 27, 2025 03:15
@aaronparker aaronparker restored the development branch November 27, 2025 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants